*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  body{
  background-color: rgba(255, 255, 255, 0.62);
  font-family: Arial, Helvetica, sans-serif;

  }
  
  
  
  .headersection{
    max-width: 1500px;
    margin: auto;
    height: 50px;
    background-color: rgb(0, 0, 0);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
  
    
  }
  .header-contact{
    color: rgb(255, 255, 255);
    display: flex;
  }
  .header-contact span{
    font-weight: bold;
    margin-left: 10px;
  }
  .header-flag img{
    margin-right: 10px;
    border-radius: 5px;
    
  }

  
.sec1{
    max-width: 1500px;
    margin: auto;
    padding-top: 200px;
    height: 400px;
    background-image: linear-gradient(rgba(0, 144, 149, 0.304),rgba(0, 0, 0, 0.824)), url(image/contact\ us.jpg);
    background-position: center;
    background-size: 100% 100%;
}


.sec2{
  max-width: 1500px;
  margin: auto;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(193, 193, 193);
}
.text-1{
  width: 50%;

}
.text-1 p{
  font-size: 20px;
}
.text-1 p span{
  font-weight: bold;
}
.text-2{
  width: 50%;
}


form a i{
  color: black;
}

form h5{
  font-size: 25px;
}


.form-box{
  max-width: 1500px;
  align-items: center;
  align-self: center;
  margin: auto;
  padding-top: 20px;
  color: #f2f2f2;
  justify-content: center;
  background: rgba(13, 57, 98, 0.2);
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  background:linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url(image/form\ bg3.avif);
  background-size: 100% 100%;
  background-position: center;


}
.main{
  max-width: 800px;
  padding: 28px;
  margin: 0 28px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.726);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
  margin: auto;


}

.main h2{
  font-size: 32px;
  font-weight: bold;
  font-weight: 500;
  text-align: left;
  color: #fff;
  padding-bottom: 8px;
  text-align: center;
  


}
.content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 ;
  
}
.mean-inputbox{
  width: 100%;
  /* background-color: #aa076b; */
  display: flex;
  flex-wrap: wrap;
}
.mean-inputbox .input-box{
  width: 44%;
  margin: 20px 20px;
  /* background-color: #c93838; */
  align-items: center;
  display: block;
  /* background-color: aqua; */

}
.mean-inputbox .input-box input{
  background: transparent;
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.631);
  border-radius: 0;
}

.input-box input:focus {
  outline: none;
}
.mean-inputbox2{
  width: 100%;
  /* background-color: #aa076b; */
  margin-top: 20px;


}
.mean-inputbox2 .input-box{
  /* background-color: aqua; */
  width: 100%;
  padding: 20px 20px;
}
.mean-inputbox .input-box h5{
  font-size: 18px;
}
.mean-inputbox2 .input-box input{
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.467);
  width: 100%;
  height: 30px;
  color: white;
}
.mean-inputbox2 textarea{
  background: transparent;
  width: 100%;
  padding: 10px;
  color: rgba(255, 255, 255, 0.452);
  font-size: 18px;
  border: 0.5px solid rgba(255, 255, 255, 0.481);
}

textarea:focus, input:focus{
  outline: none;
}


.button1{
  /* background-color: #aa076b; */
  text-align: center;

}
.button1 button{
  font-size: 20px;
  border-radius: 30px;
  padding: 10px 50px ;
  border:none;
  color: white;
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.715);
  /* background-color: rgba(255, 255, 255, 0.554); */

}
.button1 button:hover{
  cursor: pointer;
  /* text-decoration: underline; */

}




  /* footer style  */
  
  #footer-icons a i {
    font-size: 35px;
    color: #ffffff;
  }
  
  #footer h5 {
    color: #ffffff;
    font-size: 25px;
    margin-top: 30px;
  }
  
  .footer-bg {
    max-width: 1500px;
    margin: auto;
    background-color: rgb(2, 26, 35);
}
  
  .designation-contact {
    display: flex;
    justify-content: center;
  
  }
  
  .designation-contact .card {
    max-width: 380px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 30px;
  
    cursor: pointer;
    backdrop-filter: blur(5px);
    /* box-shadow: 20px 20px 50px rgb(0, 0, 0, 0.5); */
    box-shadow: 2px 1px 10px 0px rgb(0, 0, 0, 0.5);
    background-color: rgba(225, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  
  .designation-contact>div h6 {
    font-size: 1.2rem;
  }
  
  form ul{
    display: flex;
  }
  form ul li{
    margin: 10px;
  }
  .ms-3{
    color: #ffffff;
  }
  .col-xl-3 p{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.752);
  }
  .col-xl-3 ul li{
      list-style: none;
      text-decoration: none;
      margin-top: 12px;
      font-size: 18px;
  }
  .col-xl-3 ul li a{
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
  }
  .col-xl-3 nav:hover{
      background: transparent;
  }
  .footer-base{
    text-align: center;
    padding: 10px;
    color: white;
    font-size: 16px;
    border-top: 0.5px solid rgba(128, 128, 128, 0.303);
  }
  .designation-contact h6 {
    color: #ffffff;
  
  }




  @media screen and (max-width: 900px) {


    .headersection{
        padding-left: 10px;
        padding-right: 10px;
    }
    .headersection .header-icons a{
        margin-top: 10px;
    }
.header-contact{
    display: none;
}
  

.text-1{
  width: 100%;
 }
.text-2{
  width: 100%;
  
}


}
